home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
double-sword.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
233 b
|
32 lines
Double-Sword
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
}
{
c=pixel
v=abs(c)
z=pixel
}
{
a1=z*z
a2=c-[1.0,0.0]
a=a1+a2
b1=z+z
b2=c-[2.0,0.0]
b=b1+b2
z=a/b
z=z*z
w=abs(z)
}
{
w<v
}
{
}
}